home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 1.3 KB | 43 lines | [TEXT/GEOL] |
- Item 1426210 18-July-90 11:17PDT
-
- From: D1209 Aaron Rosenbaum Sys,PRT
-
- To: MACAPP.TECH$ MacApp Technical
-
- Sub: Debugger Crashing
-
- Has anyone else dealt with this:
-
- In the debug version of my program I get:
-
- Exception #2 exception frame Addr = $0046FBFA
- PC = $00455504
- Bus Error: Invalid memory reference
- Bad address was: INVALID! ($00F1F1F1)
- Appears to be uninitialized instance variable
-
- I get this when I try to inspect (using inspector) the Document instance
- currently open. I am pretty sure that I have initialized the variable - it has
- fields that show up in my window!
-
- Right before the crash it's doing this:
-
- | | | TDOCUMENT.GETINSPECTORNAME
- | | | >=.GETINSPECTORNAME
- | | | | UNPATCHTRAP
- | | | | TAPPLICATION.BEEP
-
- It appears to me that TDocument should be responsible for setting it's own
- inspectorname. I've done the normal fields commands for my fields (I've also
- tried the App without them.) In addition the program saves, opens, displays,
- etc. I have a really hard time figuring out what I have done. Also I have
- re-installed MacApp and MPW several times (I have the CD's for both so it's no
- sweat.)
-
- Hope someone out there can help me.
-
- Aaron Rosenbaum
- Gammaware
- D1209
-
-